home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / util / sys / InstallerNG.lha / Installer / GUI API / example / installergui_base.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-08-08  |  196 b   |  15 lines

  1. #ifndef INSTALLERNG_GUILIB_BASE
  2. #define INSTALLERNG_GUILIB_BASE
  3.  
  4. #include <exec/libraries.h>
  5.  
  6. struct InstallerGuiBase
  7. {
  8.   struct Library igb_Library;
  9. };
  10.  
  11. #pragma libbase InstallerGuiBase
  12.  
  13. #endif
  14.  
  15.